home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 027a / poptrs.zip / POPTRIS.DOC next >
Text File  |  1991-06-27  |  2KB  |  88 lines

  1. PopTris v0.91862437½  - (ie. still in alpha)
  2.  
  3. by Gerald F. Garcia, Jr. 70054,1216
  4.  
  5.  
  6.  
  7. BACKGROUND:
  8.  
  9.     I've pretty much lost all motivation to write serious apps--what
  10.     with the 'imminent' release of two point oh and all. So, to keep
  11.     myself "looking" busy at work, I set off on what I feel should
  12.     be a replacement for FoxPro's "Puzzle".
  13.     
  14.     Well anyway, I hope PopTris helps keep your mind off you-know-what
  15.     (at least for a while).
  16.  
  17.  
  18. REQUIREMENTS:
  19.     
  20.     - FoxPro 1.02 (11-May-1990 or later)
  21.     - EGA/VGA (uses SET BLINK / 80x50 HIGHLY Recommended!)
  22.     - Patience (ONLY if you want to see the COMPLETED version)
  23.     
  24.  
  25. SYNTAX:
  26.  
  27.     = PopTris( [ <expN1> [, <expN2> ] ] )
  28.     - or -
  29.     do PopTris [ with <expN1> [, <expN2> ] ]
  30.     
  31.     <expN1> & <expN2> -> upper-left row & column to display pop-up
  32.  
  33.  
  34. NOTES:
  35.  
  36.     - Since this is still in Alpha, the following features have
  37.       not yet been implemented:
  38.  
  39.           a scoring system
  40.           different levels
  41.           [O]ptions button (to allow user selectable starting level and height)
  42.           [R]estart button
  43.  
  44.     - DISPLAY should be SET TO VGA50 or EGA43 for optimum appearance
  45.  
  46.     - PopTris will clean-up after itself and restore all settings
  47.       AS LONG AS IT IS NOT (I REPEAT, NOT) RUN DIRECTLY FROM AN
  48.       ON KEY LABEL! (ie. PopTris should be executable from within
  49.       your program(s)--I wouldn't try using it as a UDF on a VALID or
  50.       WHEN clause, though!)
  51.       
  52.     - Processor-independent (ie. no CPU slowdown necessary for fast
  53.       machines)
  54.  
  55.     - Don't want money, just a little recognition/attention.
  56.     
  57.  
  58. CONTROLS (use the ARROW KEYS on the numeric keypad!):
  59.  
  60.     LEFT/RIGHT       -> move shape left/right
  61.     5                -> rotate shape
  62.     ENTER/DOWN/SPACE -> drop shape
  63.     
  64.     N                -> toggle display of Next shape
  65.     S                -> toggle display of shape Stats
  66.  
  67.     ESC              -> Oh NO! Someone's coming! Get the heck off my screen!
  68.  
  69.  
  70. PLANNED ENHANCEMENTS (besides the obvious):
  71.  
  72.     - support for monochrome, CGA, and different screen ratios
  73.     - user-movable window
  74.     - full mouse support (speed permitting)
  75.  
  76.  
  77.  
  78. -------
  79.  
  80.  
  81. Comments, suggestions welcome...
  82.  
  83.  
  84.  
  85.  
  86. Gerald F. Garcia, Jr.
  87. 70054,1216
  88.